Welcome![Sign In][Sign Up]
Location:
Search - hook api

Search list

[Hook apihooking

Description: hook api hook api
Platform: | Size: 265703 | Author: 不知道 | Hits:

[Hook apiAuditInfoCollector

Description: 利用hook api技术捕获消息,监视获取进程和文件信息的改变,并将数据以xml格式存储
Platform: | Size: 1173210 | Author: cybaiu | Hits:

[Hook apihookAPI

Description: hook api 其他人不需帐号就可自由下载此源码 >=20
Platform: | Size: 26208 | Author: gcyun | Hits:

[Hook apiPRMonitor

Description: 这是一个非常好的内核级HOOK API的例子,想看看效果里面的bin文件夹可以有编译好的程序,其中内核监视没有实现,进程和注册表监视已经完成。这个代码绝对可以成功编译,因为hookzwcreateprocess里的代码是驱动设备程序的,所以编译环境的设置比较复杂,所以在这个压缩包里也包含了一个小教程,教你去搭建vc 6.0中开发驱动设备程序的环境,并且带了个样本。声明:这个程序运行XP下,在2000下会造成蓝屏
Platform: | Size: 81773 | Author: zhenbiao | Hits:

[Hook api222

Description: 本文主要介绍了如何实现替换Windows上的API函数,实现Windows API Hook(当然,对于 socket的Hook只是其中的一种特例)。这种Hook API技术被广泛的采用在一些领域中,如 屏幕取词,个人防火墙等。
Platform: | Size: 7237 | Author: AQIANG | Hits:

[Hook apiHookLibrary

Description: Hook Api Library 0.2 [Ring0&3] By Anskya Email:Anskya@Gmail.com ring3 inline hook For Api Thank: 前29A高手也一直都是我的偶像...z0mbie大牛...这里膜拜一下 使用的LDE32引擎是翻译他老人家的...C->Delphi... 说明: 1.利用堆栈跳转 没有使用传统的jmp xxxx 长跳转,使用容易理解的push xxxx+ret 仔细看代码容易理解...封装完好. 2.内存补丁结构: 补丁1:|push xxx--钩子处理过程|ret| 补丁2:|保存原始补丁地址|保存原始地址代码长度|原始地址的代码|push xxxxxx|ret| 更新说明: 0.2: 支持Ring0 Inline Hook 0.1: Ring3 Inline Hook
Platform: | Size: 6347 | Author: david | Hits:

[Hook apiapi

Description: codeproject上的API HOOK相关文档整理稿
Platform: | Size: 903759 | Author: jackiux | Hits:

[Hook apihook

Description: 自己做的一个键盘记录,用API做的,但是还截不了底层的输入
Platform: | Size: 14784 | Author: bcf102 | Hits:

[Hook apihook

Description: 几种修改代码法 API hook 源代码
Platform: | Size: 118540 | Author: lisa | Hits:

[Windows Developdsdd

Description: 利用HOOK API技术替换wsock32.dll中的connect函数,达到类似sockscap的功能
Platform: | Size: 5551 | Author: 王占 | Hits:

[Hook apihook

Description: VBHOOK API的例子很经典大家下载吧
Platform: | Size: 2656 | Author: xch | Hits:

[Windows DevelopVBAPIHookerUpload

Description: vb做的hook api,试了就知道!请多提意见
Platform: | Size: 107568 | Author: asdfsad | Hits:

[Hook apihookapi

Description: 对hook api的使用的理解-right hook api understanding of the use of
Platform: | Size: 2814 | Author: 张原 | Hits:

[Game Hook CrackMCHDemos

Description: madCHook 外挂制作 HOOK API 库 。-madCHook external production HOOK API library.
Platform: | Size: 1022356 | Author: 不知道 | Hits:

[Hook apihookyou_1

Description: 本文(其实是随笔)和实例代码描述的内容主要包括:API拦截,消息钩子,枚举子窗体,注册系统热键。其中消息钩子、API拦截、枚举子窗体实现代码在dll中,注册系统热键代码实现在测试exe中,另外exe代码段还涉及自定义消息和系统栏图标。希望对你有用-paper (actually essay) and example code description of the contents include : API interception, news hook, except for the form, the registration system hotkey. Which news hook, API interception, except for Creating the dll code, the registration system hotkey implementation of the code in test exe, another source of exe from the definition also covers news and column system icon. Hope useful to you
Platform: | Size: 143431 | Author: 唐财爷 | Hits:

[Hook apiAPIHookingRevisited_src

Description: There are numerous codes in the www to explain how to hook API functions inside a remote process. So, why creating another one ? This article is the first (I) part of a tool I m working on. This tools won t be too complex, so there is no need for a huge class hierarchy like in almost all other code, nor a hard coded assembly code. This tool is just a technical preview of what is possible to achieve, with QUICK and DIRTY \"put your functions here\" blocks.-There are numerous codes in the www to explain how to hook API functions inside a remote process. So, why creating another one This article is the first (I) part of a tool I m working on. This tools won t be too complex, so there is no need for a huge class hierarchy like in almost all other code, nor a hard coded assembly code. This tool is just a technical preview of what is possible to achieve, with QUICK and DIRTY \"put your functions here\" blocks.
Platform: | Size: 8588 | Author: 海天 | Hits:

[Hook apiApi Hook和封包拦截技术

Description: const WM_UNSUBCLASS = WM_USER + 2001 //卸载子类化消息 WM_SENDDATA = WM_USER + 2003 //收到要发送新数据包的消息 type PMyDLLVar = ^TMyDLLVar //用来共享的内存数据结构 TMyDLLVar = record SubClass: Boolean //是否已经子类化 HookWindow, SpyWindow: LongWORD //要安装HOOK的窗口及用于接收消息的窗口 hHook: LongWORD //HOOK句柄 OldWndProc: pointer //旧的窗口过程 end-const WM_UNSUBCLASS = WM_USER 2001 / / Uninstall subclass of news WM_SENDDATA = WM_USER 2003 / / received new data to be sent information packets type PMyDLLVar = ^ TMyDLLVar / / used to share memory data structure TMyDLLVar = record SubClass : Boolean / / if the child class of HookWindow, SpyWindow : LongWORD / / HOOK to install a window for receiving news and the window hHook : LongWORD / / handle OldWndProc HOOK : pointer / / old process end window
Platform: | Size: 199137 | Author: 黄春标 | Hits:

[Windows Kernel禁止修改系统时间

Description:

通过全局API HOOK ,禁止允许修改系统日期时间


Platform: | Size: 1701710 | Author: ccie2002 | Hits:

[Hook apiHookEngine API HOOK ENGINE

Description: 非常不错的一个做外挂的C++ 引擎
Platform: | Size: 2414426 | Author: gaofeng971101@163.com | Hits:

[Hook api通过API HOOK 创建SYSTEM用户进程

Description: 通过API HOOK 创建SYSTEM用户进程
Platform: | Size: 8857 | Author: GDSCCPA | Hits:
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 40 »

CodeBus www.codebus.net